home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 March
/
PCWorld_2007-03_cd.bin
/
domacnost a kancelar
/
scribus
/
scribus-1.3.3.7-win32-install.exe
/
tcl
/
reg1.1
/
pkgIndex.tcl
next >
Wrap
Text File
|
2003-11-11
|
382b
|
10 lines
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[string compare $::tcl_platform(platform) windows]} {return}
if {[info exists ::tcl_platform(debug)]} {
package ifneeded registry 1.1.3 \
[list load [file join $dir tclreg11g.dll] registry]
} else {
package ifneeded registry 1.1.3 \
[list load [file join $dir tclreg11.dll] registry]
}